.morb_left_top a {
  background-color: #F65742;
}

main {
  padding: 0 20px 50px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}

main > div {
  margin-bottom: 30px;
}

main > div:last-child {
  margin-bottom: 0;
}

.main_one {
  height: 570px;
  display: flex;
}

.main_one_left {
  width: 310px;
  height: 100%;
  border-top: none;
  margin-right: 14px;
}

.main_one_left ol {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main_one_left li {
  flex: 1;
}

.main_one_left a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  border-top: none;
  border-bottom: none;
  position: relative;
}

.main_one_left a::after {
  content: "";
  width: 280px;
  height: 1px;
  background-color: #EDEDED;
  position: absolute;
  left: 16px;
  bottom: 0;
}

.main_one_left a:hover::after {
  background-color: #F65742;
}

.main_one_left li:last-child a {
  justify-content: center;
  border-bottom: 1px solid #E8E8E8;
}

.main_one_left li:last-child a::after {
  content: none;
}

.main_one_left a:hover,
.main_one_left li:last-child a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #F65742;
  border-color: #F65742;
}

.main_one_left a:hover .mol_school_rank {
  color: #fff;
}

.main_one_left .mol_school_rank {
  width: 17px;
  height: 21px;
  margin-left: 23px;
  margin-right: 20px;
  font-size: 14px;
  text-align: center;
}

.main_one_left li:nth-child(-n+3) .mol_school_rank {
  color: transparent;
  background-image: url(/statics/files/img/school_one.png);
  background-repeat: no-repeat;
}

.main_one_left li:nth-child(2) .mol_school_rank {
  background-image: url(/statics/files/img/school_two.png);
}

.main_one_left li:nth-child(3) .mol_school_rank {
  background-image: url(/statics/files/img/school_three.png);
}

.main_one_left img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 15px;
}

.main_one_left .mol_school_name {
  max-width: 192px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main_one_right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.main_one_right .min_nav {
  width: 100%;
  margin: 10px 0;
}

.main_one_right .min_nav .min_nav_one {
  flex: 1;
  justify-content: space-between;
}

.mor_bottom {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.morb_left {
  width: 504px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.morb_right {
  width: 318px;
  height: 100%;
}

.morb_right > div {
  width: 100%;
}

.morb_left_article {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.morb_left_top {
  height: 248px;
  margin-bottom: 10px;
}

.morb_swiper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.morb_swiper a {
  display: block;
}

.morb_swiper a img {
  width: 100%;
  height: 100%;
}

.morb_swiper .morb_swiper_pagination {
  width: initial;
  height: 16px;
  border-radius: 8px;
  padding: 0 2px;
  left: initial;
  display: flex;
  align-items: center;
  background-color: #ffffff30;
}

.morb_swiper .morb_swiper_pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.4;
}

.morb_swiper .morb_swiper_pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.morba_tle {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}

.morba_tle p {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 8px;
}

.morba_tle p::before {
  content: "";
  display: block;
  width: 3px;
  height: 14px;
  background: #F65742;
  position: absolute;
  left: 0;
}
/*首页新闻模块点击切换 开始*/
.morba_tle p.morba_tle_gx{
    display:flex;
    align-items:center;
}
.morba_tle p.morba_tle_gx span{
    margin-right: 20px;
    color: #333;
    font-weight: normal;
    cursor: pointer;
}
.morba_tle p.morba_tle_gx span.highLight{
    color: #F65742;
    font-weight: bold;
}
.morba_contentList .morba_content li:not(:first-of-type){
  margin-top: 18px;
}
/*首页新闻模块点击切换 结束*/
.morba_tle a {
  font-size: 14px;
  color: #999;
}

.morba_content {
  flex: 1;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.morba_content li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.morba_content li a {
  font-size: 14px;
  color: #333;
  max-width: 78%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 12px;
}

.morba_content li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #F65742;
  position: absolute;
  left: 0;
  top: 7px;
}

.morba_content li a:hover {
  text-decoration-color: #F65742;
}

.morba_content li span {
  font-size: 14px;
  color: #999;
}

.morbr_count_down {
  height: 124px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(0deg, #fff8f7 80px, #ffb7ad);
}

.morbr_count_down_tle {
  height: 42px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 16px;
}

.morbr_count_down_tle::after {
  content: "";
  width: 100%;
  height: 2px;
  box-shadow: 0 2px 6px 1px #ffb7ad60;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.morbr_count_down_tle span {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.morbr_count_down_tle p {
  font-size: 18px;
  font-weight: bold;
  color: #F65742;
}

.morbr_count_down_content {
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding-left: 16px;
  padding-bottom: 21px;
  box-sizing: border-box;
}

.morbr_count_down_content p {
  max-width: 140px;
  font-size: 14px;
  color: #5F4C49;
  line-height: 20px;
}

.count_down {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 12px;
}

.count_down span {
  width: 30px;
  height: 38px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #FFFFFF;
  margin-right: 8px;
  background-image: linear-gradient(to bottom, #F65742 0% 50%, #FF7967 50%, #F65742 100%);
}

.count_down span:last-child {
  margin-right: 0;
}

.morbr_tools {
  display: flex;
  flex-wrap: wrap;
  margin: 14px 0 13px;
}

.morbr_tools a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  height: 77px;
  box-sizing: border-box;
  margin-right: 9px;
  border: 1px solid #E8E8E8;
  position: relative;
}

.morbr_tools a:hover {
  border: 1px solid #F65742;
}

.morbr_tools a:nth-child(-n+3) {
  margin-bottom: 8px;
}

.morbr_tools a:nth-child(3n) {
  margin-right: 0;
}

.morbr_tools a img {
  max-width: 30px;
  max-height: 32px;
  margin-top: 12px;
}

.morbr_tools a p {
  font-size: 14px;
  color: #333;
  position: absolute;
  bottom: 10px;
}

.morbr_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.morbr_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.morbr_btn a img {
  min-width: 20px;
  height: 21px;
}

.morbr_btn_one {
  width: 100%;
  height: 64px;
  background: linear-gradient(90deg, #FF6B22 0%, #FF2929 100%);
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

.morbr_btn_one img {
  margin-right: 8px;
}

.morbr_btn_one:nth-child(2) {
  background: linear-gradient(90deg, #FFA422 0%, #FF6A29 100%);
}

.morbr_btn_two {
  width: 153px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #F65742;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 18px;
  color: #F65742;
}

.morbr_btn_two img {
  margin-right: 6px;
}

.index_banner {
  margin: 30px 0;
}

.index_zone_content {
  height: 140px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_zone_content a {
  width: 276px;
  height: 100%;
}

.index_zone_content a img {
  width: 100%;
  height: 100%;
}

.index_major_content {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.index_major_content a {
  width: 282px;
  height: 114px;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  margin-right: 10px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.index_major_content a:hover {
  border: 1px solid #F65742;
}

.index_major_content a:nth-child(4n) {
  margin-right: 0;
}

.index_major_content a:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.index_major_img {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px 0 20px;
}

.index_major_img img {
  max-width: 100%;
  max-height: 100%;
}

.index_major_content a div {
  height: 100%;
  flex-shrink: 0;
}

.index_major_des {
  flex: 1;
  box-sizing: border-box;
  padding-right: 16px;
}

.index_major_des p {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 32px 0 8px;
}

.index_major_des span {
  display: inline-block;
  max-width: 210px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index_article {
  height: 673px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_question {
  display: flex;
  height: 387px;
}

.index_question > div {
  height: 100%;
}

.index_question_content {
  flex: 1;
  margin-right: 14px;
  display: flex;
  flex-direction: column;
}

.iqc_box {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.iqc_box_title {
  flex-shrink: 0;
  height: 38px;
  margin: 19px 0 17px;
  display: flex;
  align-items: center;
}

.iqc_box_title a {
  cursor: pointer;
  padding: 0 16px;
  height: 38px;
  background-color: #F0F0F0;
  border-radius: 6px;
  font-size: 16px;
  color: #333333;
  line-height: 38px;
  text-align: center;
  margin-right: 20px;
  text-decoration: none;
}

.iqc_box_title a:last-child {
  margin-right: 0;
}

.iqc_box_title .ibt_active {
  color: #F65742;
  background-color: #FFECE9;
}

.iqc_box_content {
  flex: 1;
  display: none;
  flex-direction: column;
}

.iqc_box_content:nth-child(2) {
  display: flex;
}

.iqcbc_video {
  max-height: 118px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.iqcbc_video_item {
  flex: 1;
  width: 380px;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  margin-right: 34px;
  border-radius: 8px;
  padding: 18px 15px;
  background: url(/statics/files/img/tk_video_icon.png) no-repeat;
  background-size: 32px 32px;
  background-position: 330px 70px;
}

.iqcbc_video_item:hover {
  border-color: #F65742;
  text-decoration: none;
}

.iqcbc_video_item img {
  width: 82px;
  height: 82px;
  flex-shrink: 0;
  margin-right: 12px;
}

.iqcbcvi_content {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.iqcbcvic_tle_box {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.iqcbcvic_tle_box span {
  font-size: 15px;
  color: #F65742;
}

.iqcbcvic_tle_box .iqcbcvic_tle {
  font-size: 16px;
  color: #333;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.iqcbcvic_des {
  max-width: 200px;
  font-size: 14px;
  color: #999;
  position: relative;
  bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.iqcbcvic_teacher {
  font-size: 14px;
  color: #666;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.iqcbc_article_box {
  flex: 1;
}

.iqcbc_article_box {
  display: flex;
}

.iqcbc_article_box ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.iqcbc_article_box a {
  font-size: 14px;
  padding-left: 18px;
  display: block;
  max-width: 380px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  margin-bottom: 17px;
}

.iqcbc_article_box li:last-child a {
  margin-bottom: 0;
}

.iqcbc_article_box a:hover {
  text-decoration-color: #F65742;
}

.iqcbc_article_box a::before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 50%;
}

.index_bottom_tools {
  width: 100%;
  height: 220px;
  display: flex;
}

.index_bottom_tools > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.index_bottom_tools > div > div:last-child {
  flex: 1;
  border: 1px solid #E8E8E8;
  border-top: none;
}

.ibt_course {
  flex-shrink: 0;
  width: 478px;
  margin-right: 24px;
}

.ibt_myservice {
  flex: 1;
}

.ibt_course_content {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  box-sizing: border-box;
  padding: 23px 17px;
}

.ibt_course_content a {
  width: 134px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-right: 20px;
  margin-bottom: 15px;
  background: #EFEFEF url(/statics/files/img/ibt_course_bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: 200px;
  position: relative;
}

.ibt_course_content a:nth-child(3n) {
  margin-right: 0;
}

.ibt_course_content a:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.ibt_course_content a:hover {
  background-position: 0;
}

.ibt_course_content a img {
  min-width: 21px;
  height: 24px;
  margin-right: 10px;
  position: relative;
  right: 32px;
}

.ibt_course_content a span {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  left: 52px;
}

.ibt_myservice_content {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 23px 17px;
}

.ibtmc_item {
  width: 298px;
  height: 54px;
  background: #F6F6F6;
  margin-right: 25px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.ibtmc_item:nth-child(even) {
  margin-right: 0;
}

.ibtmc_item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.ibtmc_item p {
  width: 103px;
  height: 54px;
  background: linear-gradient(0deg, #f66149, #f67b4d);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 54px;
  flex-shrink: 0;
}

.ibtmc_item a {
  flex: 1;
  box-sizing: border-box;
  padding-left: 16px;
  font-size: 16px;
  line-height: 18px;
}

.ibtmc_item a:nth-of-type(1) {
  border-right: 1px solid #333333;
}

.ibtmc_item a:hover {
  text-decoration-color: #F65742;
}

.index_question .wechat_qrcode_content img {
  margin: 26px 0 36px;
}

/* 时间轴开始 */
.index_schedule{
    width: 100%;
}
.index_schedule .schedule_box{
    width: 100%;
    position: relative;
}
.index_schedule .schedule_line{
    position: absolute;
    top: 95px;
    left: 0px;
    height: 6px;
    width: 100%;
    background: #FFECE9;
}
.index_schedule .schedule_boxList{
    display: flex;
    align-items: center;
}
.index_schedule .schedule_boxListItem{
    min-width: 132px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 60px;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 20px;
}
.index_schedule .schedule_boxListItem span:nth-of-type(1){
    min-width: 132px;
    height: 52px;
    background: #F65742;
    border-radius: 15px;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding: 5px 10px;
    text-align: center;
    justify-content: center;
}
.index_schedule .schedule_boxListItem img{
    width: 34px;
    height: 34px;
    margin-top: 10px;
    margin-bottom: 11px;
}
.index_schedule .schedule_boxListItem span:nth-of-type(2){
    width: 132px;
    height: 68px;
    overflow: hidden;
    background: #FFECE9;
    border-radius: 10px;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    justify-content: center;
}
/* 时间轴结束 */